|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqueryrequest.Query
public class Query
Field Summary | |
---|---|
protected AppInfo |
appInfo
|
protected java.util.List<java.lang.Object> |
deviceUserQueryOrUserDevicesQuery
|
Constructor Summary | |
---|---|
Query()
|
Method Summary | |
---|---|
AppInfo |
getAppInfo()
Gets the value of the appInfo property. |
java.util.List<java.lang.Object> |
getDeviceUserQueryOrUserDevicesQuery()
Gets the value of the deviceUserQueryOrUserDevicesQuery property. |
void |
setAppInfo(AppInfo value)
Sets the value of the appInfo property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AppInfo appInfo
protected java.util.List<java.lang.Object> deviceUserQueryOrUserDevicesQuery
Constructor Detail |
---|
public Query()
Method Detail |
---|
public AppInfo getAppInfo()
AppInfo
public void setAppInfo(AppInfo value)
value
- allowed object is
AppInfo
public java.util.List<java.lang.Object> getDeviceUserQueryOrUserDevicesQuery()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the deviceUserQueryOrUserDevicesQuery property.
For example, to add a new item, do as follows:
getDeviceUserQueryOrUserDevicesQuery().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceUserQuery
UserDevicesQuery
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |